home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / s3angle.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1009 b   |  40 lines

  1.  
  2. // JavaScript wrapper for s3angle.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_SELHELPANGLE_H = 1;
  7. include("real/intact/s3base.js")
  8.  
  9.  
  10. var R3CLID_SELHELPANGLE = 1912;
  11.  
  12.  
  13.  
  14.  
  15. // Description: Register angle based rotator handle for given geom. object class
  16. // Returns: Boolean, true if succeeded
  17. // p1: Integer, class id of the object class supporting rotation handle
  18. // p2: Integer, wire frame method for handle hit detection
  19. // p3: Tag[], -    
  20.  
  21. R3SHANGLECM_REGISTERHANDLECL = 1912000;
  22.  
  23. function mR3SHANGLECM_REGISTERHANDLECL(p1, p2, p3) {
  24.   return   Do3(this.r3obj, 1912000, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_TAG, R3TNF_ARRAY);
  25. }
  26.  
  27.  
  28.  
  29. function r3Selhelpangle () { 
  30.    this.base = r3God;
  31.    if(arguments.length) {
  32.       this.base(R3CLID_SELHELPANGLE, arguments);
  33.    }
  34.    // Methods
  35.    this.REGISTERHANDLECL=mR3SHANGLECM_REGISTERHANDLECL;
  36.  
  37. }
  38.  
  39. r3Selhelpangle.prototype=new r3Selecthelperbase;
  40. // s3angle.h_H